body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    background: #fbfbfb
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
a {
    margin: 0;
    font-size: 14px
}

.am-form input[type=number],
.am-form input[type=search],
.am-form input[type=text],
.am-form input[type=password],
.am-form input[type=datetime],
.am-form input[type=datetime-local],
.am-form input[type=date],
.am-form input[type=month],
.am-form input[type=time],
.am-form input[type=week],
.am-form input[type=email],
.am-form input[type=url],
.am-form input[type=tel],
.am-form input[type=color],
.am-form select,
.am-form textarea,
.am-form-field {
    font-size: 14px;
    padding: .6em
}

img {
    max-width: 100%
}

/*div{-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;}*/
a {
    color: #2b2b2b;
    transition: .5s all
}

a:hover {
    color: #009944
}

[class*=am-animation-] {
    -webkit-animation-duration: .88s;
    animation-duration: .88s
}

[class*=am-u-] {
    padding: 0
}

.am-container {
    max-width: 1170px;
    padding: 0;
    position: relative
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    clear: both
}

.am-btn {
    font-size: 14px
}

.p-main {
    padding: 40px 0
}

.bg-main {
    background: #f8f8f8
}

.am-btn-success {
    background-color: #009944 !important;
    border-color: #009944 !important;
    font-weight: 600
}

.am-btn-primary {
    background-color: #a9a9a9 !important;
    border-color: #a9a9a9 !important;
    color: #ffffff;
    font-size: 13px !important
}

.am-btn-primary:hover {
    background-color: #25ada0 !important;
    border-color: #25ada0 !important
}

.am-breadcrumb {
    margin: 10px 0
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
    font-size: 36px;
    font-weight: 100;
    color: #9fa0a0;
    left: 0;
    text-align: center
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
    font-size: 36px;
    font-weight: 100;
    color: #9fa0a0;
    right: 0;
    text-align: center
}

.swiper-pagination-bullet-active {
    background: #009944
}

.animated {
    animation-duration: .88s;
    animation-fill-mode: both
}

.head {
    height: 90px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.02);
}

.logo {
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 10px 0;
    float: left;
    width: 20%
}

.logo img {
    max-height: 70px
}

.navmenu {
    float: left;
    width: 65%;
}

.navmenu .children li {
    padding: 0 15px
}

.navmenu .firnavli {
    line-height: 90px;
    text-align: center
}

.navmenu a.parent {
    font-size: 15px;
    text-transform: Capitalize;
}

.navmenu a.cur,
.navmenu a.parent:hover {
    color: #009944;
}

.navmenu .children {
    position: absolute;
    z-index: 9;
    left: 0;
    margin: auto;
    right: 0;
    background: rgba(255, 255, 255, .98);
    display: none;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .05);
    width: 100%;
    border-top: 2px solid #009944;
    list-style: none;
    padding: 15px;
}

.navmenu .children a {
    line-height: 40px;
    border-bottom: 1px solid #dcdddd;
    display: block;
    text-align: left;
    text-transform: Capitalize;
}

.navmenu .active .children {
    display: block
}

.navmenu .threenav {}

.navmenu .threenav a {
    border: none;
    width: 50%;
    float: left;
    font-size: 13px;
    color: #666;
    text-transform: Capitalize;
}
.three-en{
    width: 100%!important;
    line-height: 30px!important;
}

.navmenu .active .threenav {
    display: block
}

.search {
    overflow: hidden;
    float: left;
    width: 15%;
    margin: 26px 0;
    position: relative;
    padding-left: 10px;
}

.search button {
    position: absolute;
    right: 2px;
    top: 1px
}

.banner {
    margin-top: 90px;
    max-height: 800px;
    overflow: hidden;
}

.banner .item {
    height: 540px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: block;


}

.title {
    text-align: center;
    overflow: hidden;
    margin: 30px 0 15px;
}

.title .en {
    font-size: 24px;
    position: relative;
    color: #009944;
    text-transform: unset;
    font-weight: 300
}

.title h1 {
    font-size: 24px;
    position: relative;
    font-weight: 500
}

.title h1:before {
    background: #009944;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 50%;
    content: '';
    bottom: 0;
    transition: all .88s ease;
    -webkit-transtion: all .88s ease;
    -webkit-animation: anim linear 1s infinite forwards;
    -moz-animation: anim linear 1s infinite forwards;
    -o-animation: anim linear 1s infinite forwards;
    -ms-animation: anim linear 1s infinite forwards;
    animation: anim linear 1s infinite forwards
}

.title h1:after {
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #2b2b2b;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    transition: all .88s ease;
    -webkit-transtion: all .88s ease;
    -webkit-animation: anim2 linear 1s infinite forwards;
    -moz-animation: anim2 linear 1s infinite forwards;
    -o-animation: anim2 linear 1s infinite forwards;
    -ms-animation: anim2 linear 1s infinite forwards;
    animation: anim2 linear 1s infinite forwards
}

@-webkit-keyframes anim {
    0 {
        margin-left: 0px
    }

    100% {
        margin-left: -16px
    }
}

@keyframes anim {
    0 {
        margin-left: 0px
    }

    100% {
        margin-left: -16px
    }
}

@-webkit-keyframes anim2 {
    0 {
        margin-left: 0px
    }

    100% {
        margin-left: -16px
    }
}

@keyframes anim2 {
    0 {
        margin: -16px
    }

    100% {
        margin-left: 0px
    }
}

.title-bline {
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    background: url(../images/pro-icon.png) no-repeat left center
}

.title-bline .t {
    font-size: 18px;
    position: relative;
    color: #009944;
    padding: 0 0 0 30px
}

.title-bline .en {
    font-size: 18px;
    position: relative;
    color: #009944;
    text-transform: uppercase;
    font-weight: 300
}

.development {
    overflow: hidden
}

.development li {
    overflow: hidden;
    padding: 10px 0 0
}

.development .item {
    display: block;
    position: relative;
    background: #ececec
}

.development .item:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .02);
    -ms-box-shadow: 2px 5px 10px rgba(0, 0, 0, .02);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, .02);
    -o-box-shadow: 2px 5px 10px rgba(0, 0, 0, .02);
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition: all .88s ease
}

.development .pic {
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.development .pic img {
    transition: all 1s;
    width: 100%
}

/*------------search-reault--------------*/
.search-reault{
    overflow: hidden;
    margin-top: 105px;

}
.search-reault-error{
    padding: 30px;
    text-align: center;
    
}
/*------------pages--------------*/

.pages {
    overflow: hidden;
    margin: 10px auto 0;
    text-align: center;
}

.pages li {
    list-style: none;
    float: none;
    display: inline-block;
}

.pages li a,
.pages li span {
    background: #fff;
    padding: .5em 1em;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 3px;
}

.pages li.active span,
.pages li a:hover {
    background: #009944;
    color: #fff
}

.pages li.disabled span {
    color: #ccc
}


/*-----------------------develop-content ----------------------------------*/
.develop-container {
    padding: 30px;
}

.develop-nav {
    overflow: hidden;
    margin-bottom: 15px;
}

.develop-nav a {
    padding: 15px;
    display: inline-block;
    float: left;
    width: 49%;
    margin-right: 4px;
    border: 1px solid #eee;
    font-size: 18px;
    text-align: center;
}

.develop-nav .active {
    background: #9d9d9d;
    color: #fff;
}

.develop-content {
    width: 49%;
}

.develop-content .item {
    overflow: hidden;
    background: #f0eeee;
    padding: 15px;
}

.develop-content .item .tit {
    width: 51px;
    font-size: 18px;
    display: inline-block;
    float: left;
    padding: 0 15px 0 0;
    line-height: 1.4;
    color: #58bddb;
    font-weight: 600;
}

.develop-content .item .color43 {
    color: #33a878;
}

.develop-content .item .color44 {
    color: #e18518;
}

.develop-content-info {
    width: 100%;
}

.develop-content-info h2 {
    color: #58bddb;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0;
}

.develop-content-info h3 {
    margin-bottom: 5px;
}

.index-news {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto
}

.index-news li {
    overflow: hidden;
    padding: 0 15px 30px
}

.index-news .item {
    display: block;
    position: relative;
    background: #efefef;
    overflow: hidden
}

.index-news .item:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, .2);
    transition: all .88s ease
}

.index-news .item:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    border: 15px solid #9fa0a0;
    border-left-color: #efefef;
    border-bottom-color: #efefef
}

.index-news .item:hover .txt h3 {
    color: #25ada0;
    transition: all .88s
}

.index-news .item:hover .txt p {
    color: #25ada0;
    transition: all .88s
}

.index-news .item:hover:after {
    border-top-color: #25ada0;
    border-right-color: #25ada0;
    transition: all .88s
}

.index-news .pic {
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    width: 43.245%
}

.index-news .pic img {
    transition: all 1s;
    width: 100%
}

.index-news .txt {
    overflow: hidden;
    padding: 20px;
    float: left;
    width: 56.755%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.index-news .txt p {
    margin: 0 0 10px;
    color: #9fa0a0
}

.index-news .txt h3 {
    font-size: 20px;
    color: #9fa0a0
}

.product {
    overflow: hidden
}

.product .item {
    position: relative;
    text-align: center;
    padding: 40px 20px
}

.product .pic {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px
}

.product .pic img {
    width: 60px;
    height: 60px;
    transition: all .8s ease
}

.product .pic img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.product .txt h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.product .txt p {
    color: #595757;
    margin: 5px 0
}

.ad {
    overflow: hidden;
    text-align: center
}

.imgbg {
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden
}

.his-info {
    overflow: hidden;
    padding: 15px 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.his-info .tit {
    font-size: 16px;
    color: #009944;
    float: left;
    padding-right: 15px;
    display: inline-block;
    width: 20%;
}

.his-info .info {
    float: left;
    padding-right: 15px;
    display: inline-block;
    width: 80%;
}

.banner-n {
    text-align: center;
    overflow: hidden;
    margin: 105px 0 0;
    max-height: 450px;
    vertical-align: middle;
}
.banner-n img{
    width:100%;
}

.am-article {
    background: #fff;
    margin: 0 0 30px;
    border: 1px solid #eee;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.02);
}

.am-article-hd {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
}

.article-body {
    overflow: hidden;
}

.am-article-hd h1 {
    font-size: 18px;
    /* font-weight: 500 */
}

.am-article-bd h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px
}

.am-article-bd h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

.article-tit {
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
    font-size: 18px;
    color: #009944;
    text-indent: 1.5em;
    font-weight: normal;
}

.am-article-bd {
    overflow: hidden;
    line-height: 1.8;
    padding: 30px 42px;
    color: #5d5d5d;
}

.am-article-bd img {
    display: inline-block;
    height: auto!important;
}

.article-info-p {
    padding-right: 20px
}

.article-ft {
    overflow: hidden;
    padding: 20px 0 20px
}

.side {
    overflow: hidden;
    padding-right: 30px;
    margin-bottom: 30px
}

.side ul {
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.02);
    border-bottom: none;
}

.side h3 {
    color: #009944;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    padding: 15px 30px;
    background: #fff;
}

.side .parent {
    padding: 15px 30px;
    border-bottom: 1px solid #4fa94c;
    display: block;
    color: #fff;
    background: #009944;
}

.side .parent:hover,
.side .cur a.parent {
    /* font-weight: bold; */
    color: #fff;
    background: #5bc157;
}

.side-child {
    overflow: hidden;
}

.side li.active .side-child,
.side .cur .side-child {
    display: block
}

.side-child a {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    display: block;
    background: #fff;
    text-indent: 2em;
    position: relative;
    color: #666;
    font-size: 13px;
}

.side-child a:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border: 1px solid #333;
    border-radius: 50%;
}

.side-child-cur,
.side-child a:hover {
    color: #009944 !important;
}

.side-child a:hover:before,
.side-child-cur:before {
    border-color: #009944 !important;
    background: #009944 !important;
}

.news {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.news li {
    position: relative;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 15px 30px;
}

.news li:last-child {
    border-bottom: none;
}

.news .time {
    color: #009944;
    font-size: 18px;
    min-width: 20%;
    display: inline-block;
}

.news a {
    display: block;
}

.wh-box {
    overflow: hidden;
    padding: 30px
}

.investor-box {
    overflow: hidden;
    position: relative;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .02);
}

.investor-box:nth-of-type(2n) {
    background: #f3f3f3;
}

.investor-box:nth-of-type(2n) .txt {
    left: 50%;
}

.investor-box:nth-of-type(2n) .img {
    float: left;
}

.investor-box .txt {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 50%;
}

.investor-box .txt h3 {
    font-size: 24px;
    font-weight: 500;
}

.investor-box .txt a {
    color: #009944
}

.investor-box .img {
    width: 50%;
}

/*-------------------------------------history-------------------------------------*/
.historybg {
    overflow: hidden;
    height: 450px;
    position: relative;
    background: #333;
}


.historybg-info {
    color: #fff;
    padding: 30px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 450px;
}

.historybg-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.historybg-nav a {
    padding: 10px;
    display: block;
    background: #fff;
    text-align: center;
    position: relative;

}

.historybg-nav a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    content: '';
    height: 5px;
    background: transparent;
}

.historybg-nav .swiper-slide {
    padding: 10px 5px;
}

.historybg-nav .swiper-slide-thumb-active a {
    color: #009944;
    background: #fbfbfb;
}

.historybg-nav .swiper-slide-thumb-active a:after {
    background: #56b37f;
}

.historybg-info .tit {
    width: 25%;
    float: left;
    font-size: 24px;
    padding-right: 15px;
}

.historybg-info .txt {
    width: 75%;
    float: left;
}

.imglist-n {}

.imglist-n li {
    padding: 10px
}

.imglist-n .item {
    overflow: hidden;
    position: relative;
    border: 1px solid #eee
}

.imglist-n .item:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
    transform: translate3d(0, -5px, 0);
    transition: all .88s
}

.imglist-n .pic {
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.imglist-n .pic img {
    width: 100%
}

.imglist-n .txt {
    padding: 10px;
    overflow: hidden
}

.imglist-n .txt h3 {
    font-size: 16px;
    margin: 0 0 10px
}

.imglist-n .txt p {
    margin: 0 0 10px;
    text-align: left;
    color: #666
}

.share {
    position: absolute;
    right: -90px;
    top: 0
}

.show_share {}

.show_share .bdsharebuttonbox a {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #f3faf6;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0px;
    margin: 10px auto;
    font-size: 24px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    border: none;
    position: relative;
    float: none;
    border-radius: 0;
    margin: 0;
    background-image: url(#);
    color: #009944
}

.show_share .bdsharebuttonbox a.share-title {
    background: #009944;
    color: #fff
}

.show_share .bdsharebuttonbox a:hover {
    background: #009944;
    color: #fff
}

.footer {
    overflow: hidden;
    background: #f0f0f0;
    padding: 30px 0
}

.footer-list {
    overflow: hidden;
    padding: 10px 0;
    float: left;
    width: 75%
}

.footer-list li:nth-of-type(1) a.parent {
    color: #d66c5c
}

.footer-list li:nth-of-type(2) a.parent {
    color: #df8415
}

.footer-list li:nth-of-type(3) a.parent {
    color: #784593
}

.footer-list li:nth-of-type(4) a.parent {
    color: #3153a3
}

.footer-list li:nth-of-type(5) a.parent {
    color: #58bfda
}

.footer-list li:nth-of-type(6) a.parent {
    color: #86b625
}

.footer-list a {
    padding: 0 0 10px;
    display: block
}

.footer-list a.parent {
    font-weight: bold
}

.footer-contact {
    overflow: hidden;
    border-left: 1px solid #9fa0a0;
    padding: 10px 0 0 30px;
    float: left;
    width: 25%;
}

.footer-info {
    overflow: hidden
}

.footer-info p {
    padding-top: 10px
}

.footer-wechat {
    overflow: hidden;
    margin: 10px 0
}

.footer-wechat .fl {
    max-width: 50%;
    float: left;
    padding-right: 5px;
    text-align: center
}

.footer-wechat img {
    max-height: 110px
}

.footer-wechat p {
    color: #666666;
    margin-top: 5px
}

.footer .wechat-img p {
    text-align: center
}

.footer .weibo {
    overflow: hidden
}

.footer .weibo a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #949495;
    color: #fff;
    margin: 5px 5px 0 0;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 20px
}

.footer-bq {
    background: #949495;
    overflow: hidden;
    padding: 10px;
    text-align: center
}

.footer-bq p {
    font-size: 12px;
    color: #fff
}

.footer-bq a {
    font-size: 12px;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .am-container {
        padding: 0 15px;
    }

    .navmenu {
        width: 80%;
    }

    /*------------------------------side------------------------------*/
    .side {
        padding: 0;
        margin-bottom: 0;
    }

    .side ul {
        border: none;
        padding: 0 4px 4px;
    }

    .side li {
        padding: 4px 2px 0;
        position: relative;
    }

    .side li i {
        position: absolute;
        right: 4px;
        top: 4px;
        width: 20px;
        color: #fff;
        text-align: center;
        line-height: 44px;
    }

    .side-child-active {
        display: block !important;
    }

    .side .parent {
        padding: 10px 0;
        text-align: center;
    }

    .side-child,
    .side li.active .side-child,
    .side .cur .side-child {
        display: none;
    }

    .side-child a {
        text-indent: 0;
        background: #fff;
        text-align: center;
    }

    .side-child a:before {
        display: none;
    }

    .am-article-bd {
        padding: 15px;
    }
}

@media only screen and (max-width:640px) {
    body {
        font-size: 15px;
    }

    .head {
        height: 50px;
    }

    .am-container {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }

    .p-main {
        padding: 20px 0;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    /*logo*/
    .logo {
        width: 60%;
        height: 49px;
        line-height: 49px;
        margin: 0;
    }

    .logo img {
        height: 49px;
        width: auto;
        max-height: 49px;
    }

    .search-active {
        position: fixed;
        display: block!important;
        width: 100%;
        background: #fff;
        top: 50px;
        margin: 0;
        border-top: 1px solid #eaeaea;
        padding: 30px;
    }
    .search-active button{
        top:31px;
        right:31px;
        height:34px
    }
    .sericon{
        position: fixed;
        right: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 0;
        text-align: center;
        
    }
    .sericon i{
        font-size: 18px;
        color: #009944;
        display: block;
        
        
    }

    /*navmenu*/
    .navmenu-open {
        left: 0 !important;
        transition: all 1.2s ease;
    }

    .navmenu {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        /* background: #fff; */
        overflow-y: scroll;
        overflow-x: hidden;
        left: 100%;
        /* padding: 50px 0; */
        transition: all 1.2s ease;
        margin: 0;
    }

    .navmenu ul {
        border-top: 1px solid #ddd;
        background: #ffffff;
    }

    .navmenu .firnavli {
        line-height: 49px;
        text-align: left;
        text-indent: 1em;
        border-bottom: 1px solid #ddd;
    }

    .navmenu li a.parent {}

    .navmenu a.parent:after {
        left: 10px;
        width: 40px
    }

    .navmenu .children {
        margin: auto;
        padding: 0;
        box-shadow: none;
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    .navmenu .children a {
        font-size: 13px;
        border-color: #fafafa;
    }

    .navmenu .threenav a {
        font-size: 12px;
        color: #888;
        width: 33%;
    }

    .navicon {
        width: 55px;
        height: 50px;
        position: fixed;
        right: 0px;
        top: 0px;
        cursor: pointer;
        transition-duration: 1.2s;
        -webkit-transition-duration: 1.2s;
        z-index: 11;
        text-align: center;
    }

    .navicon span {
        width: 25px;
        height: 2px;
        background: #009944;
        position: absolute;
        top: 15px;
        display: block;
        transition-duration: 1.2s;
        -webkit-transition-duration: 1.2s;
        right: 15px;
    }

    .navicon span:nth-child(2) {
        top: 23px;
    }

    .navicon span:nth-child(3) {
        top: 31px;
    }

    .navicon.active span {}

    .navicon.active span:nth-child(2) {
        opacity: 0
    }

    .navicon.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        top: 25px;
    }

    .navicon.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        top: 25px;
    }



    

    /*------------Index--------------*/

    /*banner*/
    .banner {
        position: relative;
        margin-top: 50px;
    }

    .banner .item {
        height: 145px;
    }

    .banner-n {
        margin-top: 50px;
    }

    .title {}

    .title h1 {
        font-size: 20px;
    }

    .title p {
        font-size: 13px;
    }

    .title-bline {
        margin-bottom: 10px;
    }

    .project li {
        padding: 0 10px 10px;
    }

    .project .txt {
        padding: 10px;
    }

    .industry-news {
        padding: 10px 0 0
    }

    .index-news li {
        padding: 0 15px 15px
    }

    .article-info-p {
        padding: 0;
    }

    .am-article-hd {
        padding: 15px;
    }

    .am-article-bd iframe {
        max-height: 245px
    }

    .article-ft {
        padding: 10px;
    }

    .news {
        padding: 0 15px;
        background: #fff;
    }

    .footer {
        padding: 15px
    }

    .footer-list {
        width: 100%;
        padding: 0;
    }

    .footer-list li {
        margin-bottom: 10px;
    }

    .footer-contact {
        width: 100%;
        float: none;
        border: none;
        padding: 0;
    }

    /*----------------------------historybg----------------------------*/
    .historybg-info .tit {
        width: 100%;
    }

    .historybg-info .txt {
        width: 100%;
        height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .historybg-info {
        height: 450px;
    }

    .historybg .am-nav-tabs>li>a:after {
        display: none;
    }

    .development li {
        padding: 0;
    }

    /*----------------------------his-info----------------------------*/
    .his-info .tit {
        width: 40%;
    }

    .his-info .info {
        width: 60%;
    }

    /*----------------------------his-info----------------------------*/
    .news li {
        padding: 15px 0;
    }

    .news .time {
        font-size: 18px;
    }

    /*----------------------------investor-box----------------------------*/
    .investor-box {
        padding: 0;
        margin: 15px;
    }

    .investor-box .txt {
        width: 100%;
        position: relative;
        padding: 45px;
    }

    .investor-box .img {
        width: 100%;
    }

    .investor-box:nth-of-type(2n) .txt {
        left: 0;
    }

    .investor-box:nth-of-type(2n) {
        background: #fff
    }

    .article-tit {
        text-indent: 15px
    }

    .develop-container {
        padding: 15px;
    }

    .develop-content {
        width: 100%;
    }

    .develop-nav {
        text-align: center;
    }

    .develop-nav a {
        width: 48%;
    }
    .search-reault{
    margin-top: 50px;

}
}